home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 February / PC_Format_022008.iso / Grafika / Image Signature 1.5.1 / is151setup.exe / install_script.iss
Text File  |  2007-12-09  |  3KB  |  62 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Image Signature
  5. AppVerName=Image Signature 1.5.1
  6. AppId=Image Signature
  7. AppPublisher=Bart│omiej Baron
  8. AppPublisherURL=http://www.bbproject.net
  9. AppSupportURL=http://www.bbproject.net
  10. AppUpdatesURL=http://www.bbproject.net
  11. DefaultDirName={pf}\BBProject\Image Signature
  12. DefaultGroupName=BBProject\Image Signature
  13. OutputBaseFilename=is151setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\isign.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\manual\index.html"; DestDir: "{app}\manual"; Flags: ignoreversion 
  24. Source: "{app}\manual\data\style.css"; DestDir: "{app}\manual\data"; Flags: ignoreversion 
  25.  
  26. [INI]
  27. FileName: "{app}\BBProject.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bbproject.net"; 
  28.  
  29. [Run]
  30. Filename: "{app}\isign.exe"; Description: "{cm:LaunchProgram,Image Signature}"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\Image Signature"; Filename: "{app}\isign.exe"; 
  34. Name: "{group}\Manual"; Filename: "{app}\manual\index.html"; 
  35. Name: "{group}\BBProject"; Filename: "{app}\BBProject.url"; 
  36. Name: "{group}\Odinstaluj"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\Image Signature"; Filename: "{app}\isign.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Image Signature"; Filename: "{app}\isign.exe"; Tasks: quicklaunchicon; 
  39.  
  40. [Tasks]
  41. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  42. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43.  
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\BBProject.url"; 
  46.  
  47. [CustomMessages]
  48. polish.NameAndVersion=%1 wersja %2
  49. polish.AdditionalIcons=Dodatkowe ikony:
  50. polish.CreateDesktopIcon=Utw≤rz ikonΩ na &pulpicie
  51. polish.CreateQuickLaunchIcon=Utw≤rz ikonΩ na pasku &szybkiego uruchamiania
  52. polish.ProgramOnTheWeb=Strona WWW programu %1
  53. polish.UninstallProgram=Deinstalacja programu %1
  54. polish.LaunchProgram=Uruchom program %1
  55. polish.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  56. polish.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  57.  
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "polish"; MessagesFile: "embedded\polish.isl"; 
  62.